ComponentOne ASP.NET MVC Controls
SortRowIndex Property (FlexGridBase<T>)

C1.Web.Mvc Namespace > FlexGridBase<T> Class : SortRowIndex Property
Gets or sets the index of row in the column header panel that shows and changes the current sort.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Overridable Property SortRowIndex As Nullable(Of Integer)
[DefaultValue("")]
public virtual Nullable<int> SortRowIndex {get; set;}
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members